method dispatch造句
例句與造句
- Real Smalltalk implementations often use a technique known as inline caching that makes method dispatch very fast.
- Careful design of the method dispatch caching allows even prototype based languages to have high performance method dispatch.
- Careful design of the method dispatch caching allows even prototype based languages to have high performance method dispatch.
- In one design, the class and method selector are hashed, and used as an index into a method dispatch cache table.
- IronPython is implemented on top of the Dynamic Language Runtime ( DLR ), a library running on top of the Common Language Infrastructure that provides dynamic typing and dynamic method dispatch, among other things, for dynamic languages.
- It's difficult to find method dispatch in a sentence. 用method dispatch造句挺難的
- It is implemented on top of the Dynamic Language Runtime ( DLR ), a library running on top of the Common Language Infrastructure that provides dynamic typing and dynamic method dispatch, among other things, for dynamic languages.
- The main current implementation is OCaml, which added class inheritance and dynamic method dispatch to Caml the Categorical Abstract Machine Language, these are a variants of MetaLanguage ML _ ( programming _ language ) notable for type-inference.